Đăng nhập Đăng ký

derived type nghĩa là gì

phát âm:
"derived type" câu
Bản dịchĐiện thoại
  • Từ điển kỹ thuật
    Lĩnh vực: toán & tin
    • kiểu dẫn xuất
  • derived     Từ điển kỹ thuật dẫn xuất derived algebra đại số dẫn xuất...
Câu ví dụ
  • Changing the access modifier of a method in a derived type is pointless that's why it's not allowing to do so.
    Thay đổi công cụ sửa đổi truy cập của một phương thức trong một kiểu dẫn xuất là vô nghĩa đó là lý do tại sao nó không được phép:
  • When typeid is applied to a reference to an object of a polymorphic class, it will return the type of the object actually being referred to, which may be of a derived type.
    Khi typeid được áp dụng cho một đối tượng của lớp đa hình nó sẽ trả về kiểu của đối tượng thực sự được dẫn xuất, điều này dùng để khai báo kiểu.
  • An Extension Method enables us to add methods to existing types without creating a new derived type, recompiling, or modify the original types.
    Extension methods cho phép bạn thêm các phương thức vào các kiểu dữ liệu hiện có mà không cần tạo một kiểu dẫn xuất mới, biên dịch lại hoặc sửa đổi kiểu gốc.
  • Extension methods enable you to add methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
    Extension methods cho phép bạn thêm các phương thức vào các kiểu dữ liệu hiện có mà không cần tạo một kiểu dẫn xuất mới, biên dịch lại hoặc sửa đổi kiểu gốc.
  • Extension methods enable you to "add" methods to existing types without creating a new derived type, recompiling, or otherwise modifying the original type.
    Extension methods cho phép bạn thêm các phương thức vào các kiểu dữ liệu hiện có mà không cần tạo một kiểu dẫn xuất mới, biên dịch lại hoặc sửa đổi kiểu gốc.
  • Extension methods allow us to add methods to existing types without creating a new derived type, recompiling, or modify the original types.
    Extension methods cho phép bạn thêm các phương thức vào các kiểu dữ liệu hiện có mà không cần tạo một kiểu dẫn xuất mới, biên dịch lại hoặc sửa đổi kiểu gốc.
  • Although Birgus latro is a derived type of hermit crab, only the juveniles use salvaged snail shells to protect their soft abdomens, and adolescents sometimes use broken coconut shells to protect their abdomens.
    Although Birgus latro là loài có nguồn gốc của cua ký cư, chỉ con non mới sử dụng vỏ ốc để tự bảo vệ bụng mềm của mình, và con lớn hơn đôi khi sử dụng vỏ dừa bị hỏng để bảo vệ bụng của chúng.
  • Although Birgus latro is a derived type of hermit crab, only the juveniles use salvaged snail shells to protect their soft abdomens, and adolescents sometimes use broken coconut shells to protect their abdomens.
    Although Birgus latro là loài có nguồn gốc của cua mượn hồn, chỉ con non mới sử sụng vỏ ốc để tự bảo vệ bụng mềm của mình, và con lớn hơn đôi khi sử dụng vỏ dừa bị hỏng để bảo vệ bụng của chúng.
  • Private members of a base type are never directly accessible from a derived type, but can be accessed through calls to the Public and Protected members of the base type.
    Một thành viên là private của lớp cơ sở là không bao giờ có thể được truy cập trực tiếp từ một lớp kế thừa, nhưng có thể truy cập thông qua các lời gọi tới các thành viên public và protected của lớp cơ sở đó.